list insertion

英 [lɪst ɪnˈsɜːʃn] 美 [lɪst ɪnˈsɜːrʃn]

【计】表插入

计算机



双语例句

  1. A list of code snippets available for insertion, or a list of folders containing code snippets.
    可以插入的代码段的列表,或包含代码段的文件夹的列表。
  2. Supports a second ordering option: maintaining the linked list in access order instead of insertion order.
    支持第二种排序选项:按存取顺序而非插入顺序维护链表。
  3. A drop-down list appears that offers valid elements to add at this insertion point.
    出现一个下拉列表,该列表提供可在此插入点添加的有效元素。
  4. Introduce the basic principle, basic composition and main technical features of a new type of wave soldering unit which suits both the long pin and short pin insertion technology and list the new methods of long pin and short pin insertion technology soldering of using this unit.
    介绍了一种同时适合长短插工艺的新型波峰焊接装置的基本原理,基本构成以及主要技术特征,列出了使用该装置进行长短插工艺焊接的新方法。
  5. This paper, by mastered insertion and deletion of node algorithm in double circle linked list, goes a step further to understand the insertion and deletion of station, achieving mastery through a comprehensive study of the subject so that abstract problem becomes easy and simple.
    通过数据结构的双向循环链表的插入和删除算法,进一步理解令牌总线网的站点插入和删除,把学科间的内容相互衔接起来,使问题更加简单化。
  6. The pointer can implement the allocation of the dynamic memory and the operations of the link list such as the creation, the insertion and the deletion.
    指针可以实现动态存储分配,用来实现对链表的创建、插入和删除等操作。